home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13170 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.1 KB  |  69 lines

  1. Path: news.compuserve.com!newsmaster
  2. From: Philippe Verdy <100105.3120@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Is there a patch to use Long Filenames in Borland 4.0???
  5. Date: 24 Mar 1996 00:40:38 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4j25m6$shm@arl-news-svc-3.compuserve.com>
  8. NNTP-Posting-Host: ad53-232.compuserve.com
  9.  
  10. marnold@netcom.com (Matt Arnold) s'Θcrit :
  11. > monsted@cybercity.dk (Monsted) writes:
  12. > >marnold@netcom.com (Matt Arnold) wrote:
  13. > >>Caius Martius <caius@nando.net> writes:
  14. > >>>I use Unix at school and Windows 95 at home.   My programming assignments 
  15. > >>>usually have long filenames.  So it would be wonderfull if there was a 
  16. > >>>way I could get Borland 4.0 to use long filenames.
  17. > >>You mean the IDE itself, right?  For all your project files, etc.?
  18. Using a small software like Name-IT, you can extend nearly
  19. every Win3.1 application that use file list-boxes to support
  20. long file names under Win95. You select a file with long
  21. file name, and the software simply receives its 8.3 short
  22. name equivalent that can be used in your Borland project files.
  23. ------------------------------------------------------------
  24.  
  25. > >>Well, sorry, not possible.  Borland C++ 4.0 is a Windows 3.1 application 
  26. > >>and will only *ever* be able to use DOS-style 8.3 names.
  27. > >>Borland C++ 5.0, shipping any day now, in a full-featured Win32 program
  28. > >>designed for Windows 95 and NT.  It supports long file names for 
  29. > >>everything.  Other development tools available for Windows 95, etc. also 
  30. > >>obviously support LFNs.
  31. Borland C++ 4.0x works under Win95 with short names, however
  32. the application expert is inoperant to generate the code
  33. template, and gives an error while accessing the program
  34. database (it creates files using long filenames which were
  35. simply cut off to 8.3 under Win3.1, but which it cannot
  36. retreive later because Win95 mapped them to different
  37. 8.3 short names containing "~n" characters).
  38. You can develop, compile, link, run and debug your C/C++
  39. programs, but without the AppExpert, and the ClassExpert, and
  40. without support for the new Win95 API's !
  41. ------------------------------------------------------------
  42.  
  43. > >Is there any special reason, that you can't just change the names to
  44. > >8.3 format??
  45. > I'm not sure what you mean by that but a long file name in Windows 95
  46. > can be anything you want;  it can even still look like an 8.3 name---
  47. > simply limit yourself to 8 characters with a 3 character extension 
  48. > when you make up your file names you are cruising DOS-style again.
  49. > But, why would you want to do that?  
  50. > Regards,
  51. > -------------------------------------------------------------------------
  52. > Matt Arnold                       |        | ||| | |||| |  | | || ||
  53. > marnold@netcom.com                |        | ||| | |||| |  | | || ||
  54. > Boston, MA                        |      0 | ||| | |||| |  | | || ||
  55. > 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  56. > C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  57. > -------------------------------------------------------------------------
  58.  
  59.